home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1721 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.7 KB

  1. Date: Wed, 20 Jul 1994 09:01:22 +0200
  2. From: Richard Huveneers <huveneer@math.ruu.nl>
  3. Message-Id: <199407200701.AA14498@hieper.math.ruu.nl>
  4. To: mint@atari.archive.umich.edu
  5. Subject: /dev/kmem
  6.  
  7.  
  8. I think of porting a BSD-like "ps" and "top" to Mint.
  9. I know "ps" and "top" already exist for Mint, but they don't support the usual
  10. options.
  11.  
  12. Since "ps" normally consults /dev/kmem, I can do two things:
  13.  
  14. - Change "ps" to consult /proc
  15. - Implement /dev/kmem
  16.  
  17. The last one seems the most desireable solution to me, since Mint would become
  18. more BSD-ish in that way.
  19.  
  20. Now my question is this: Why was /proc implemented into Mint?
  21. Has /proc advantages over /dev/kmem?
  22. Was /proc ment to be replaced by a /dev/kmem implementation at the end?
  23.  
  24. If /dev/kmem is better than /proc, I will give it a try,
  25.  
  26. Richard.
  27.  
  28. P.S.: I succeeded in porting "screen 3.5.2" to Mint. Here is a short
  29. description taken from the manual:
  30.  
  31.      Screen is a full-screen window manager  that  multiplexes  a
  32.      physical   terminal  between  several  processes  (typically
  33.      interactive shells).  Each  virtual  terminal  provides  the
  34.      functions  of a DEC VT100 terminal and, in addition, several
  35.      control functions from the ANSI X3.64  (ISO  6429)  and  ISO
  36.      2022 standards (e.g. insert/delete line and support for mul-
  37.      tiple character sets).  There is a scrollback history buffer
  38.      for  each  virtual  terminal  and a copy-and-paste mechanism
  39.      that allows moving text regions between windows.
  40.  
  41. Screen uses around 600K of memory. If Mint had proper forking, or if I would
  42. succeed in compiling screen shareable, it would take up 400K.
  43.  
  44. Mail me if you're interested. I will send you the executable. I can't do that
  45. earlier than friday (sorry).
  46.